Personal Access Token Auth Handler
data class PersonalAccessTokenAuthHandler(token: String) : HeaderProvider
Content copied to clipboard
Request handler for personal access token auth.
Constructors
PersonalAccessTokenAuthHandler
Link copied to clipboard
Functions
canHandleAuthentication
Link copied to clipboard
handleAuthentication
Link copied to clipboard
open suspend fun handleAuthentication(client: HttpClient, url: URL, data: Any, options: <ERROR CLASS>): HttpResponse
Content copied to clipboard
headers
Link copied to clipboard
plus
Link copied to clipboard
prepareRequest
Link copied to clipboard
Properties
Sources
js source
Link copied to clipboard